home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Final Phase / FormB.css < prev    next >
Cascading Style Sheet File  |  2011-03-03  |  2KB  |  51 lines

  1. /*
  2.    Uefemia Restrepo Style Sheet and Right Column
  3.    Author: Jose Puentes
  4.    Date:   Feb. 21, 2011
  5.  
  6.    Filename:         form.css
  7.    Supporting Files: none
  8.  
  9. */
  10.    body    {color: white; background-color: purple; font-family: monotype corsiva, Helvetica, san-serif;
  11.         margin-left: 4em; padding-right: 1em; margin-right: 10em; padding-left: 1em; 
  12.         border-left: 0.9em solid yellow; border-right: 0.9em solid yellow;font-size: 1.2em}
  13.    h1       {color: yellow; font-size: 3em}
  14.    h2       {color: yellow; font-size: 1.5em; letter-spacing: 0,4em}
  15.    h3       {color: white; font-size: 1.2em; letter-spacing: 0em}
  16.  
  17.    address {text-align: center; color: white; font:normal small-caps 0.8em san-serif;
  18.         padding-top: 1em}
  19.  
  20.    a       {Color: yellow}
  21.  
  22.    #right_col         {width: 200px; position: absolute; top: 640px; left: 1050px}
  23.    #right_coll        {width: 200px; position: absolute; top: 20px; left: 1050px}
  24.  
  25.    #links a:link      {text-decoration: none}
  26.    #links a:visited   {text-decoration: none}
  27.    #links a:hover     {color: black; text-decoration: underline}
  28.    #links a:active    {text-decoration: none}
  29.  
  30.  
  31.    #promoimage     {float: right; margin: 0em 0em 0em 0em}
  32.  
  33.  
  34.    div.roundedBox  {margin: 5px; position: relative}
  35.    div.boxContent  {padding: 16px}
  36.    
  37.    table.roundedBox            {margin: 5px; border-collapse: collapse}
  38.    table.roundedBox td            {padding: 0px}
  39.  
  40.    table.roundedBox td.topLeft      {width: 16px; height: 16px}
  41.    table.roundedBox td.topRight     {width: 16px; height: 16px}
  42.    table.roundedBox td.bottomLeft   {width: 16px; height: 16px}
  43.    table.roundedBox td.bottomRight  {width: 16px; height: 16px}
  44.  
  45.    table.roundedBox td.top          {width: auto; height: 16px}
  46.    table.roundedBox td.bottom       {width: auto; height: 16px}
  47.  
  48.    table.roundedBox td.left         {width: 16px; height: auto}
  49.    table.roundedBox td.right        {width: 16px; height: auto}
  50.  
  51.